home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr50 / angel19.zip / ANGEL.INF < prev    next >
Text File  |  1993-03-29  |  16KB  |  562 lines

  1. Name: CHOOSEFILE
  2. Mod : CHOOSEFL.OBJ
  3. Decl: DECLARE FUNCTION ChooseFile$ (FileSpec$, Exclude$, ExtInfo%, ms%)
  4. Type: Disk Menus
  5. Desc: Select one file from a menu of choices. Req EZ-Windows
  6.  
  7. Name: CHOOSEFILES
  8. Mod : CHOOSEFS.OBJ
  9. Decl: DECLARE FUNCTION ChooseFiles$ (FileSpec$, Exclude$, ExtInfo%, many%, ms%)
  10. Type: Disk Menus
  11. Desc: Select multiple files from a menu of choices. Req EZ-Windows
  12.  
  13. Name: BACKUPMSG
  14. Mod : BUMSG.OBJ
  15. Decl: DECLARE SUB BackupMsg ()
  16. Type: Display
  17. Desc: Displays "subliminal" message to back-up data. Req EZ-Windows
  18.  
  19. Name: BACKUPMETHOD
  20. Mod : BKMETHOD.OBJ
  21. Decl: DECLARE FUNCTION BackupMethod% (default%, ms%)
  22. Type: Menus
  23. Desc: Presents a menu of back-up methods. Req EZ-Windows
  24.  
  25. Name: CALCATTR
  26. Mod : CALCATTR.OBJ
  27. Decl: DECLARE FUNCTION CalcAttr% (Fore%, Back%)
  28. Type: Display
  29. Desc: Turn Fore/Back colour codes into a single integer code
  30.  
  31. Name: CHOOSECOUNTRY
  32. Mod : COUNTRY.OBJ
  33. Decl: DECLARE FUNCTION ChooseCountry% (Intl%, ms%)
  34. Type: Menus
  35. Desc: Present a menu of country choices.  Req EZ-Windows
  36.  
  37. Name: CHOOSEFD
  38. Mod : FDD.OBJ
  39. Decl: DECLARE FUNCTION ChooseFD$ ()
  40. Type: Menus
  41. Desc: Presents a list of available disk drives.  Req EZ-Windows
  42.  
  43. Name: CHOOSEPORT
  44. Mod : PTRFONT.OBJ
  45. Decl: DECLARE FUNCTION ChoosePort% (Port%, ms%)
  46. Type: Menus Printer
  47. Desc: Presents a menu of printer ports (LPT1/LPT2/LPT3).  Req EZ-Windows
  48.  
  49. Name: CHOOSEPTR
  50. Mod : PTRFONT.OBJ
  51. Decl: DECLARE FUNCTION ChoosePtr% (iType$, PtrRec%, iPort%, ms%)
  52. Type: Menus Printer
  53. Desc: Presents a menu of printer choices.  Req PRINTER.DAT & EZ-Windows
  54.  
  55. Name: CONTCAN
  56. Mod : CONTCAN.OBJ
  57. Decl: DECLARE FUNCTION ContCan% ()
  58. Type: Menus Display
  59. Desc: Puts "Continue" & "Cancel" messages on screen & waits for response
  60.  
  61. Name: DATEFMT
  62. Mod : DATEFMT.OBJ
  63. Decl: DECLARE FUNCTION DateFmt$ (d%, m%, y%, Intl%)
  64. Type: String Date/Time
  65. Desc: Formats integer date values & returns a string for country setting
  66.  
  67. Name: DATEVAL
  68. Mod : ANGEL.OBJ
  69. Decl: DECLARE FUNCTION DateVal% (TheDate$)
  70. Type: Date/Time Numeric
  71. Desc: Returns an integer number for a date string (for calculations)
  72.  
  73. Name: DBFHEADER
  74. Mod : DBF.OBJ
  75. Decl: DECLARE SUB DBFHeader (FileName$, Field$(), reclen%, recs&, NoFields%)
  76. Type: DBF Disk
  77. Desc: Get header information from a DBF file including field names
  78.  
  79. Name: DBFPICKFLD
  80. Mod : DBF.OBJ
  81. Decl: DECLARE FUNCTION DBFPickFld% (ulr%, ulc%, fld$(), ms%)
  82. Type: DBF Menus
  83. Desc: Menu of field choices for DBF file (use with DBFHeader) Req EZ-Windows
  84.  
  85. Name: DBFSHOWFIELDS
  86. Mod : DBF.OBJ
  87. Decl: DECLARE SUB DBFShowFields (tr%, tc%, show%, fld$(), highlight%)
  88. Type: DBF Display
  89. Desc: Display a list of the DBF fields obtained from DBFHeader
  90.  
  91. Name: DELAY
  92. Mod : ANGEL.OBJ
  93. Decl: DECLARE SUB Delay (Sec!)
  94. Type: Miscellaneous
  95. Desc: Delay for X! number of seconds (floating point number)
  96.  
  97. Name: DRAWFDD
  98. Mod : DRAW.OBJ
  99. Decl: DECLARE SUB DrawFDD (Light%, iRow%, iCol%)
  100. Type: Display
  101. Desc: Draw a picture of a floppy disk drive.  Req EZ-Windows
  102.  
  103. Name: DRAWHDD
  104. Mod : DRAW.OBJ
  105. Decl: DECLARE SUB DrawHDD (Light%, iRow%, iCol%, Msg$)
  106. Type: Display
  107. Desc: Display picture of hard disk drive.  Req EZ-Windows
  108.  
  109. Name: DRVSPACE
  110. Mod : DRVSPACE.OBJ
  111. Decl: DECLARE SUB DrvSpace (Drive$, Total&, Free&, EC%)
  112. Type: Disk
  113. Desc: Get drive total and free space in bytes. Req PBClone.
  114.  
  115. Name: ELAPSEDTIME
  116. Mod : ELAPSED.OBJ
  117. Decl: DECLARE SUB ElapsedTime (BegTime$, EndTime$, Hour%, Minutes%, Secs%)
  118. Type: Date/Time
  119. Desc: Returns elapsed time in integers & in a string
  120.  
  121. Name: ERRSCN
  122. Mod : ANGEL.OBJ
  123. Decl: DECLARE SUB ErrScn (Number%, Module$)
  124. Type: Miscellaneous
  125. Desc: Displays a screen with the error number, module, and suggested action
  126.  
  127. Name: ERRSOLVE
  128. Mod : ANGEL.OBJ
  129. Decl: DECLARE FUNCTION ErrSolve$ (Number%)
  130. Type: PRIVATE
  131.  
  132. Name: ERRTEXT
  133. Mod : ANGEL.OBJ
  134. Decl: DECLARE FUNCTION ErrText$ (Number%)
  135. Type: PRIVATE
  136.  
  137. Name: FKEYS
  138. Mod : FKEYS.OBJ
  139. Decl: DECLARE SUB FKeys (Keys$)
  140. Type: Display
  141. Desc: Displays function key settings near the bottom of the screen
  142.  
  143. Name: FMTFDD
  144. Mod : FDD.OBJ
  145. Decl: DECLARE FUNCTION FmtFDD% ()
  146. Type: Disk
  147. Desc: Format FDD: Looks for & runs What Floppy Format? else uses DOS FORMAT
  148.  
  149. Name: FONTDL
  150. Mod : PTRFONT.OBJ
  151. Decl: DECLARE FUNCTION FontDL (FontFile$, pts%, Port%, FontNo%)
  152. Type: Printer
  153. Desc: Downloads a soft font to a PCL printer.  Req EZ-Windows
  154.  
  155. Name: FROMFDD
  156. Mod : FDD.OBJ
  157. Decl: DECLARE FUNCTION FromFDD% (FileMask$, Method%)
  158. Type: Disk
  159. Desc: Restores a back-up from a floppy disk.  Req EZ-Windows
  160.  
  161. Name: GETDATE
  162. Mod : GETDATE.OBJ
  163. Decl: DECLARE SUB GetDate (Day%, MonthNo%, Year%, Intl%, Row%, Col%, ms%, ExitKey$)
  164. Type: Date/Time
  165. Desc: Gets formatted date input from user according to country setting
  166.  
  167. Name: GETFILENAME
  168. Mod : GETFILE.OBJ
  169. Decl: DECLARE FUNCTION GetFileName$ (InOut%, title$, Msg$, dflt$, ms%)
  170. Type: Input Disk
  171. Desc: Accepts file name with syntax checking in a window.  Req EZ-Windows
  172.  
  173. Name: GETFONTINFO
  174. Mod : FONTINFO.OBJ
  175. Decl: DECLARE SUB GetFontInfo (File$, FontName$, PtSize%)
  176. Type: Printer
  177. Desc: Gets font information from a soft font file
  178.  
  179. Name: GETNUM
  180. Mod : GETNUM.OBJ
  181. Decl: DECLARE FUNCTION GetNum$ (iRow%, iCol%, NumMask$, ONo$, ExitCode%)
  182. Type: Input
  183. Desc: Get formatted number using calculator-style input
  184.  
  185. Name: GETVALIDPATH
  186. Mod : GETPATH.OBJ
  187. Decl: DECLARE SUB GetValidPath (Drv$, Path$, Msg$, ms%)
  188. Type: Input Disk
  189. Desc: Accepts drive/pathname w/syntax checking in a window. Req EZ-Windows
  190.  
  191. Name: HELPINDEX
  192. Mod : HELP.OBJ
  193. Decl: DECLARE SUB HelpIndex (Topic$)
  194. Type: Menus Display
  195. Desc: Help window, reads *.HLP file, presents menu or text. Req EZ-Windows
  196.  
  197. Name: INFORM
  198. Mod : INFORM.OBJ
  199. Decl: DECLARE FUNCTION Inform% (Row%, Col%, Wid%, iType%, ms%, snd%, Msg$)
  200. Type: Display
  201. Desc: Scrollable information window with mouse support.  Req EZ-Windows
  202.  
  203. Name: INFORMFILL
  204. Mod : INFORM.OBJ
  205. Type: PRIVATE
  206.  
  207. Name: ISCOLOUR
  208. Mod : ISCOLOUR.OBJ
  209. Decl: DECLARE FUNCTION IsColour% ()
  210. Type: Display
  211. Desc: Returns true if colour monitor, else false.  Req EZ-Windows
  212.  
  213. Name: ISPATH
  214. Mod : ISPATH.OBJ
  215. Decl: DECLARE FUNCTION IsPath% (file$)
  216. Type: Disk
  217. Desc: Searches DOS PATH for a file name
  218.  
  219. Name: MAX
  220. Mod : MINMAXI.OBJ
  221. Decl: DECLARE FUNCTION Max% (a%, b%)
  222. Type: Numeric
  223. Desc: Returns the larger of two integer values
  224.  
  225. Name: MAXL
  226. Mod : MINMAXL.OBJ
  227. Decl: DECLARE FUNCTION MaxL& (a&, b&)
  228. Type: Numeric
  229. Desc: Returns the larger of two long integer values
  230.  
  231. Name: MAXS
  232. Mod : MINMAXS.OBJ
  233. Decl: DECLARE FUNCTION MaxS! (a!, b!)
  234. Type: Numeric
  235. Desc: Returns the larger of two single-precision floating point numbers
  236.  
  237. Name: MIN
  238. Mod : MINMAXI.OBJ
  239. Decl: DECLARE FUNCTION Min% (a%, b%)
  240. Type: Numeric
  241. Desc: Returns the smaller of two integer numbers
  242.  
  243. Name: MINL
  244. Mod : MINMAXL.OBJ
  245. Decl: DECLARE FUNCTION MinL& (a&, b&)
  246. Type: Numeric
  247. Desc: Returns the smaller of two long integer numbers
  248.  
  249. Name: MINS
  250. Mod : MINMAXS.OBJ
  251. Decl: DECLARE FUNCTION MinS! (a!, b!)
  252. Type: Numeric
  253. Desc: Returns the smaller of two single-precision floating point numbers
  254.  
  255. Name: MONTHDAYS
  256. Mod : MODAYS.OBJ
  257. Decl: DECLARE FUNCTION MonthDays% (m%, y%)
  258. Type: Numeric Date/Time
  259. Desc: Returns the number of days in a certain month
  260.  
  261. Name: OUTDEV
  262. Mod : OUTDEV.OBJ
  263. Decl: DECLARE FUNCTION OutDev$ (Port%, ms%)
  264. Type: Menus Printer
  265. Desc: Presents menu of output devices.  Req EZ-Windows
  266.  
  267. Name: PARSEEXIT
  268. Mod : PARSEEK.OBJ
  269. Decl: DECLARE FUNCTION ParseExit% (ExitKey$, Row%, Col%)
  270. Type: Miscellaneous
  271. Desc: Returns row, column, and/or ASCII code from EZ-Windows GETFIELD
  272.  
  273. Name: PARSEFSPEC
  274. Mod : PARSEF.OBJ
  275. Decl: DECLARE SUB ParseFSpec (TheName$, Drv$, Pathname$, TheName2$)
  276. Type: File
  277. Desc: Parse file name for drive/path/file elements
  278.  
  279. Name: PCTDONE
  280. Mod : PCTDONE.OBJ
  281. Decl: DECLARE SUB PctDone (PercentDone%, title$)
  282. Type: Miscellaneous
  283. Desc: Displays "percent done" graph & erases when 100%   Req EZ-Windows
  284.  
  285. Name: PRINTRPTMSG
  286. Mod : PTR.OBJ
  287. Decl: DECLARE SUB PrintRptMsg (Msg$)
  288. Type: Miscellaneous Display
  289. Desc: Window says report "...is printing. Esc to Cancel."  Req EZ-Windows
  290.  
  291. Name: PTRREADY
  292. Mod : PTR.OBJ
  293. Decl: DECLARE FUNCTION PtrReady% (Port%)
  294. Type: Printer
  295. Desc: Check if printer is ready & displays message if not.  Req PBCLONE
  296.  
  297. Name: REPL
  298. Mod : REPL.OBJ
  299. Decl: DECLARE FUNCTION Repl$ (St$, Target$, item$)
  300. Type: String
  301. Desc: Replaces part of a string with another string
  302.  
  303. Name: QSORT
  304. Mod : QSORT.OBJ
  305. Decl: DECLARE SUB QSort (WorkSpc%(), SORT1$(), SORT2$(), NoDims%, NoItems%, SortField%)
  306. Type: Miscellaneous
  307. Desc: A public domain sort routine not written by me. See source code.
  308.  
  309. Name: SAYOK
  310. Mod : SAYOK.OBJ
  311. Decl: DECLARE SUB SayOk (Row%, Col%, ms%)
  312. Type: Miscellaneous Display
  313. Desc: Displays "Ok" button & waits for CR or mouse click.  Req EZ-Windows
  314.  
  315. Name: SEARCHPATH
  316. Mod : SRCHPATH.OBJ
  317. Decl: DECLARE FUNCTION SearchPath$ (FileName$)
  318. Type: Disk Miscellaneous
  319. Desc: Searches DOS path for file & returns full file name with path.
  320.  
  321. Name: SELECTFONT
  322. Mod : PTRFONT.OBJ
  323. Decl: DECLARE FUNCTION SelectFont% (action$, PtrNo%, ulr%, Ext$, SFdir$, ms%)
  324. Type: Printer Menus
  325. Desc: Menu of font choices for a printer.  Req PRINTER.DAT & EZ-Windows
  326.  
  327. Name: SELECTFONTSIZE
  328. Mod : PTRFONT.OBJ
  329. Decl: DECLARE FUNCTION SelectFontSize% (Font$, pts%, ms%)
  330. Type: Printer
  331. Desc: Accepts user input for font size in a window.  Req EZ-Windows
  332.  
  333. Name: SELECTSOFTFONT
  334. Mod : PTRFONT.OBJ
  335. Decl: DECLARE FUNCTION SelectSoftFont$ (Path$, Ext$, ms%)
  336. Type: Printer
  337. Desc: Presents a list of soft fonts & gets user's selection. Req EZ-Windows
  338.  
  339. Name: STRFMT
  340. Mod : STRFMT.OBJ
  341. Decl: DECLARE FUNCTION StrFmt$ (St$, Mask$, reverse%)
  342. Type: String
  343. Desc: Formats a string to a mask. Not very powerful, but rather small.
  344.  
  345. Name: STRIPSYMBOLS
  346. Mod : STRFMT.OBJ
  347. Decl: DECLARE FUNCTION StripSymbols$ (St$)
  348. Type: String
  349. Desc: Strips symbols from a string leaving only alphabetics & numerics
  350.  
  351. Name: TOFDD
  352. Mod : FDD.OBJ
  353. Decl: DECLARE FUNCTION ToFDD% (FileMask$, Method%)
  354. Type: Disk
  355. Desc: Backs up files matching a mask using a given method. Req EZ-Windows
  356.  
  357. Name: TRIM
  358. Mod : TRIM.OBJ
  359. Decl: DECLARE FUNCTION Trim$ (a$)
  360. Type: String
  361. Desc: Strips leading & trailing spaces and trailing CHR$(0)s from a string
  362.  
  363. Name: ZIPFMT
  364. Mod : ZIPFMT.OBJ
  365. Decl: DECLARE FUNCTION ZipFmt$ (TheZip$, Intl%)
  366. Type: String Date/Time
  367. Desc: Formats a zip code string according to country setting
  368.  
  369. Name: ZTRIM
  370. Mod : TRIM.OBJ
  371. Decl: DECLARE FUNCTION zTrim$ (a$)
  372. Type: String
  373. Desc: Strips trailing CHR$(0)s from a string
  374.  
  375. Name: DRAWBOX
  376. Mod : DRAW.OBJ
  377. Decl: DECLARE SUB DrawBox (tRow%, tCol%, bRow%, bCol%)
  378. Type: Display
  379. Desc: Draws a single-line box
  380.  
  381. Name: MOUSE
  382. Mod : MOUSE.OBJ
  383. Decl: DECLARE SUB mouse (ax%, bx%, cx%, dx%, ms%)
  384. Type: Mouse
  385. Desc: EZ-Windows mouse routines (see EZ-Windows docs)
  386.  
  387. Name: GETFIELD
  388. Mod : GETFIELD.OBJ
  389. Decl: DECLARE SUB getfield (v%, h%, lng%, mask$, FillChar%, attr%, eattr%, StartMode%, CursIns%, CursOv%, ms%, SoundOn%, default$, lin$, lastkey$)
  390. Type: Input
  391. Desc: EZ-Windows input routine (see EZ-Windows docs)
  392.  
  393. Name: GETVIDEO
  394. Mod : WINDOMGR.OBJ
  395. Type: Private
  396. Desc: EZ-Windows
  397.  
  398. Name: POPUPMENU
  399. Mod : POPUPMNU.OBJ
  400. Decl: DECLARE SUB popupmenu (header$, ulr%, ulc%, choices%, wdth%, item$(), wattr%, hiattr%, hdrattr%, shadow%, ms%, SoundOn%, slct%, seed%)
  401. Type: Menus
  402. Desc: EZ-Windows pop-up menu routine (see EZ-Windows docs)
  403.  
  404. Name: POPWINDO
  405. Mod : POPWINDO.OBJ
  406. Decl: DECLARE SUB popwindo (title$, titlepos%, ulr%, ulc%, lrr%, lrc%, attr%, frame&, shadow%, snd%)
  407. Type: Display
  408. Desc: EZ-Windows window routine (see EZ-Windows docs)
  409.  
  410. Name: PULLDOWN
  411. Mod : PULLDOWN.OBJ
  412. Decl: DECLARE SUB pulldown (menuline$, menurow%, menucol%, menuattr%, hotattr%, hiattr%, NVattr%, HiPos1%(), HiPos2%(), MaxSize%(), MaxItems%(), items$(), valid%(), toggle%(), ms%, clearafter%, seed%, shadow%, SoundOn%, menuslct%, itemslct%)
  413. Type: Menus
  414. Desc: EZ-Windows pull-down menu routine (see EZ-Windows docs)
  415.  
  416. Name: QWIKPRT
  417. Mod : QWIKPRT.OBJ
  418. Decl: DECLARE SUB qwikprt (t$, y%, x%, attr%)
  419. Type: Display
  420. Desc: EZ-Windows fast output routine (see EZ-Windows docs)
  421.  
  422. Name: RESTWINDO
  423. Mod : WINDOMGR.OBJ
  424. Decl: DECLARE SUB restwindo (arryseg%)
  425. Type: Display
  426. Desc: EZ-Windows routine
  427.  
  428. Name: SAVEPOP
  429. Mod : WINDOMGR.OBJ
  430. Decl: DECLARE SUB savepop (title$, titlepos%, ulr%, ulc%, lrr%, lrc%, attr%, frame&, shadow%, snd%, bufseg%)
  431. Type: Display
  432. Desc: EZ-Windows routine
  433.  
  434. Name: SCROLLMENU
  435. Mod : SCRLMENU.OBJ
  436. Decl: DECLARE SUB scrollmenu (header$, ulr%, ulc%, showitems%, wdth%, MaxItems%, item$(), wattr%, hiattr%, hdrattr%, shadow%, ms%, SoundOn%, slct%)
  437. Type: Menus
  438. Desc: EZ-Windows menu routine (see EZ-Windows docs)
  439.  
  440. Name: SCROLLTAG
  441. Mod : SCRLTAG.OBJ
  442. Decl: DECLARE SUB scrolltag (header$, ulr%, ulc%, showitems%, wdth%, MaxItems%, item$(), option$, hipos%, wattr%, hiattr%, hdrattr%, keyattr%, shadow%, ms%, SoundOn%, tag%(), NumTagged%)
  443. Type: Menus
  444. Desc: EZ-Windows menu routine (see EZ-Windows docs)
  445.  
  446. Name: TICKWAIT
  447. Mod : TICKWAIT.OBJ
  448. Decl: DECLARE SUB tickwait (n%)
  449. Type: Mouse
  450. Desc: EZ-Windows routine (see EZ-Windows docs)
  451.  
  452. Name: VIDEO
  453. Mod : VIDEO.OBJ
  454. Decl: DECLARE SUB video (vid%)
  455. Type: Display
  456. Desc: EZ-Windows routine (see EZ-Windows docs)
  457.  
  458. Name: BKSCROLL
  459. Mod : SCROLL.OBJ
  460. Decl: DECLARE SUB BkScroll (BYVAL TopRow%, BYVAL LeftCol%, BYVAL BottomRow%, BYVAL RightCol%, BYVAL Times%)
  461. Type: Display
  462. Desc: Scroll an area of the screen down (PBClone routine)
  463.  
  464. Name: CHECKDSK
  465. Mod : CHEKDSK.OBJ
  466. Decl: DECLARE FUNCTION CheckDsk% (Drive$)
  467. Type: Disk
  468. Desc: See if a disk is ready to be accessed (PBClone routine)
  469.  
  470. Name: CRITINIT
  471. Mod : CRITERR.OBJ
  472. Type: PRIVATE
  473. Desc: PBClone
  474.  
  475. Name: CRITERROR
  476. Mod : CRITERR.OBJ
  477. Type: PRIVATE
  478. Desc: PBClone
  479.  
  480. Name: CRITDONE
  481. Mod : CRITERR.OBJ
  482. Type: PRIVATE
  483. Desc: PBClone
  484.  
  485. Name: DSCRREST
  486. Mod : DSCRREST.OBJ
  487. Decl: DECLARE SUB DScrRest (BYVAL DSeg%, BYVAL DOfs%, BYVAL Page%, BYVAL Fast%)
  488. Type: Display
  489. Desc: Restore a saved screen from an array (PBClone routine)
  490.  
  491. Name: DSCRSAVE
  492. Mod : DSCRSAVE.OBJ
  493. Decl: DECLARE SUB DScrSave (BYVAL DSeg%, BYVAL DOfs%, BYVAL Page%, BYVAL Fast%)
  494. Type: Display
  495. Desc: Save a screen into an array (PBClone routine)
  496.  
  497. Name: FILENAME
  498. Mod : CRITERR.OBJ
  499. Type: PRIVATE
  500. Desc: PBClone
  501.  
  502. Name: SCROLL
  503. Mod : SCROLL.OBJ
  504. Decl: DECLARE SUB Scroll (BYVAL TopRow%, BYVAL LeftCol%, BYVAL BottomRow%, BYVAL RightCol%, BYVAL Times%)
  505. Type: Display
  506. Desc: Scroll an area of the screen up (PBClone routine)
  507.  
  508. Name: SCRREST
  509. Mod : SCRREST.OBJ
  510. Decl: DECLARE SUB ScrRest (Array%(), Page%, Fast%)
  511. Type: Display
  512. Desc: Restore a saved screen (PBClone routine)
  513.  
  514. Name: SCRSAVE
  515. Mod : SCRSAVE.OBJ
  516. Decl: DECLARE SUB ScrSave (Array%(), Page%, Fast%)
  517. Type: Display
  518. Desc: Save a screen to an array (PBClone routine)
  519.  
  520. Name: FINDFIRSTMATCH
  521. Mod : FINDFILE.OBJ
  522. Decl: DECLARE SUB FindFirstMatch (file$, fattr%, ExitCode%)
  523. Type: Disk
  524. Desc: QLib routine
  525.  
  526. Name: FINDNEXTMATCH
  527. Mod : FINDFILE.OBJ
  528. Decl: DECLARE SUB FindNextMatch (ExitCode%)
  529. Type: Disk
  530. Desc: QLib routine
  531.  
  532. Mame: FINDFILENAME
  533. Mod : FINDFILE.OBJ
  534. Decl: DECLARE SUB FindFileName (file$, flen%)
  535. Type: Disk
  536. Desc: QLib routine
  537.  
  538. Name: FINDFILEATTR
  539. Mod : FINDFILE.OBJ
  540. Decl: DECLARE SUB FindFileAttr (fattr%)
  541. Type: Disk
  542. Desc: QLib routine
  543.  
  544. Name: FINDFILEDATE
  545. Mod : FINDFILE.OBJ
  546. Decl: DECLARE SUB FindFileDate (month%, day%, year%)
  547. Type: Disk
  548. Desc: QLib routine
  549.  
  550. Name: FINDFILETIME
  551. Mod : FINDFILE.OBJ
  552. Decl: DECLARE SUB FindFileTime (hour%, minute%, sec%)
  553. Type: Disk
  554. Desc: QLib routine
  555.  
  556. Name: FINDFILESIZE
  557. Mod : FINDFILE.OBJ
  558. Decl: DECLARE SUB FindFileSize (lowword%, highword%)
  559. Type: Disk
  560. Desc: QLib routine
  561.  
  562.